.containerS {
    display: flex;
    /* border-bottom: 1px solid #AEB0B0; */
    height: 100px;
    width: 100%;
    background-color: #F4F2E5;
    font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
    flex-direction: row;
    /* margin-bottom: 15px; */
    margin: auto;
  }
  #img {
    margin-left: 10px;
    width: 150px;
  }
  #item {
    height: 20%;
    width: 100%;
    font-size: 12px;
    margin: auto;
    text-align: right;
    font-weight: bold;
    font-family: " sans-serif";
    color: maroon;
  }
  a {
    text-decoration: none;
    color: maroon;
    margin-top: 15px;
  }
  #item > a > img {
    height: 10px;
    width: 10px;
    margin-right: 10px;
  }